configure: regenerate.
authorrobertl <robertl>
Tue, 25 Jul 2006 22:01:06 +0000 (22:01 +0000)
committerrobertl <robertl>
Tue, 25 Jul 2006 22:01:06 +0000 (22:01 +0000)
Makefile.in: make configure depend on configure.in.

Makefile.in
configure

index 5f0959bbf0938dfe0d337aa94e042e128e6a4e82..c8542d6d6f5429395cf68576cfa0b6fb7c3c38fa 100644 (file)
@@ -25,8 +25,8 @@ OUTPUT_SWITCH=-o #
 #
 # Enable either or both of these as you wish.
 #
-OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
-DEBUGGING=-g $(EXTRA_DEBUGGING)
+#OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
+#DEBUGGING=-g $(EXTRA_DEBUGGING)
 # add -DDEBUG_MEM to turn on memory allocation logging
 GBCFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -I. -I@srcdir@/coldsync \
        $(OPTIMIZATION) @CFLAGS@
@@ -108,6 +108,9 @@ jeeps/gpslibusb.o:
 clean:
        rm -f $(OBJS) gpsbabel gpsbabel.exe
 
+configure: configure.in
+       autoconf
+
 more-clean: clean
        tools/mkmoreclean
 
index dd8c368a2ed63612202a1870c818369c85330b7a..afa798362fd0cf9544507649f71caec816f0c23f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1388,8 +1388,6 @@ test -n "$target_alias" &&
     NONENONEs,x,x, &&
   program_prefix=${target_alias}-
 
-
-
 # Checks for programs.
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
@@ -2321,22 +2319,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -Wall" >&5
-echo $ECHO_N "checking whether ${CC-cc} accepts -Wall... $ECHO_C" >&6
-if test "${ac_cv_prog_cc_wall+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  echo 'void f(){}' > conftest.c
-if test -z "`${CC-cc} -Wall -c conftest.c 2>&1`"; then
-  ac_cv_prog_cc_wall=yes
-else
-  ac_cv_prog_cc_wall=no
-fi
-rm -f conftest*
-
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_wall" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_wall" >&6
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
 # incompatible versions:
@@ -2534,6 +2516,10 @@ else
   cet="default"
 fi;
 
+if test $GCC = yes; then
+ CFLAGS="$CFLAGS -Wall"
+fi
+
 if test "$cet" = "all"; then
 
 cat >>confdefs.h <<\_ACEOF
@@ -2615,8 +2601,8 @@ echo "${ECHO_T}yes" >&6
 echo "${ECHO_T}no" >&6
     fi
 
-echo "$as_me:$LINENO: checking whether to support csv formats" >&5
-echo $ECHO_N "checking whether to support csv formats... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking whether to support filters" >&5
+echo $ECHO_N "checking whether to support filters... $ECHO_C" >&6
 # Check whether --enable-filters or --disable-filters was given.
 if test "${enable_filters+set}" = set; then
   enableval="$enable_filters"
@@ -2826,10 +2812,6 @@ else
 
 fi;
 
-if test $ac_cv_prog_cc_wall = yes; then
-    CFLAGS="$CFLAGS -Wall"
-fi
-
 if test "x-$xpathdr" != "x-" ; then
        CFLAGS="$CFLAGS -I$xpathdr"
 fi